home *** CD-ROM | disk | FTP | other *** search
-
- dfunc.library is coded by Kenneth C. Nilsen in assembler.
-
- Copyright © 1994, 1995 by Kenneth C. Nilsen/Digital Surface
- All rights reserved.
-
- This library is FREEWARE.
-
-
- This library can be included on BBSes, AmiNet, Fred Fish and cover disks.
- There must not be raised charges for this archive, no more then the cost of
- the media used. For commerical use a written permission is required.
-
- If you have any requests about how to use this library then e-mail me.
-
-
- Bug reports/questions: kenneth@norconnect.no
-
-
- Kenneth C. Nilsen
- Kvernhusrenen 31 S-Neset
- N-5200 OS
- Norway
-
-
- dfunc.library history:
- ------------------------------------------------------------------------------
-
- ver. 37.14 (14.12.95)
-
- Added DFFindWindow() due to a request. Until 37.14 the
- DFFindWindow() where a private function and returned 0
- always. It's now public (note from Greg Cox).
- Also working with a bug reported from Michael Robinson with
- NTSC machines and the GadTest program (this is not due to the
- library though).
-
- ver. 37.13 (31.10.95)
-
- Changed some code for bugfix. Added DFGetProc() and
- DFGetMath() to check processor and FPU. Some overall
- optimizing. Added DFReverseBuffer().
-
- ver. 37.12 (x.x.95)
-
- Made a new function which shall release the DFPrintText()
- function. This uses the window instead of the rastport which
- will give more power to the function. Added DFGhostGads().
-
- ver. 37.11 (x.x.95)
-
- Added argument parsing function. Support spaces, tabs, quotes,
- *", *n situations and unlimited length. Ripped from my own
- Startup.asm source which is public domain. More functions for
- text (text stripp). Some optimizing and bugfix.
-
- ver. 37.10 (x.x.95)
-
- Added new function for calculate an argument string to a
- number. Supporting both decimal and hexadecimal args.
-
- ver. 37.9 (x.x.95)
-
- Added some data to the library base. Now you can access the
- libraries dos, graphics, intuition and diskfont libraries
- directly from the base and you wont have to open them
- yourself.
- Found another bug which occured after fixing the calculation
- of the x/y positions. Some trash where left in a data register
- which gave faulty y position with the DG_TextRight flag. It's
- fixed now. Also removed a bug such as the revision number of
- the library always beeing zero, but not anymore.
-
- ver. 37.8 (x.x.95)
-
- Found a bug in the gadget_text routine. Calculation failure
- which caused no text with certain fonts/sizes on gadgets.
- Not a horrable bug, but innoying. Fixed!
-
- ver. 37.7 (x.x.95)
-
- First version for a public release. No documentation supplied
- just some fd file to show functions. This version where
- released with a demo program showing some of the possibilities
- of this library.
-
- ver. 37.1-6 (x.x.95)
-
- Added many new functions for making life easier for you and me
- while using dfunc.library.
-
- ver. 37.0 (8.3.95)
-
- First version of this library. Still very "private" looking.
- Its really a takeover of the digital.library which became
- very limited in use. This new library is programmed from
- scratch and can be multi-shared between tasks.
-
- Here I dropped the digital.library ('94) and wrote a library from scratch.
- ------------------------------------------------------------------------------
-